﻿*{
    margin: 0%;
    padding: 0%;
    
}

body{

    background-color: #CF1F23;
}


/* ===================================================CABEÇALHO==================================================================*/

.cabecalho-logo{
  padding: 7px;
}


header{
    display: flex;
    box-shadow: 4px 4px 12px #000000aa;
    align-items: center;
    justify-content: space-between;
    border-top: 10px solid #CF1F23;
    background-color: white;
}

.menu-principal{

    box-shadow: 0px 5px 5px rgba(34, 34, 34, 0.747);
}

a{
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: 0.3s;
}

a.hover{

    opacity: 0.7;

}


nav{

    font-family: system-ui, system-ui, -apple-system, Arial, Helvetica, sans-serif;
    height: 8vh;
}

main{

    background: url("bg.jpg") no-repeat
    center center;
    background-size: cover;
    height: 90vh;
}

.nav-list{

    list-style: none;
    display: flex;
}


.nav-list li{
    font-size: 15px;
    letter-spacing: 1px;
    margin-left: 120px;
    padding-top: 1.5%;
}

.nav-list li a:hover{
    font-size: 22px;
    color: #CF1F23;

}

.search-container{

    margin-right: 30px;
}
    
  
input[type="text"] {
    width: 200px; /* Defina a largura desejada aqui */
    padding: 7px; /* Adicione preenchimento para melhorar a aparência */
    font-size: 16px; /* Altere o tamanho da fonte, se necessário */
    border: 1px solid #ccc; /* Adicione uma borda para destacar a barra de pesquisa */
    border-radius: 5px; /* Adicione bordas arredondadas para um visual mais suave */
  } 

 /* ===================================================BOTÃO MARCAS==================================================================*/ 

.meu-botao1 {
	
    background-image:url("../marcas\eaton.gif"); 
    background-color: #8e1719; /* Cor de fundo */
	background-position: center;
    color: white; /* Cor do texto */
    padding: 2px 2px; /* Espaçamento interno */
    border: 1px solid rgba(255, 255, 255, 0); /* Remover borda */	
	border-color: red;
    border-radius: 2px; /* Cantos arredondados */
    font-size: 5px; /* Tamanho da fonte */
    cursor: pointer; /* Cursor de mãozinha */
    transition: background-color 0.3s ease; /* Transição suave */
	margin-top: 2px;
	margin-bottom: 2px;
}

.meu-botao1:hover {
    background-color: #0056b3; /* Cor de fundo mais escura ao passar o cursor */	
}
.meu-botao2 {
	
    background-image:url("../marcas\bosch.jpg"); 
    background-color: #8e1719; /* Cor de fundo */
	background-position: center;
    color: white; /* Cor do texto */
    padding: 2px 2px; /* Espaçamento interno */
    border: 1px solid rgba(255, 255, 255, 0); /* Remover borda */	
	border-color: red;
    border-radius: 2px; /* Cantos arredondados */
    font-size: 5px; /* Tamanho da fonte */
    cursor: pointer; /* Cursor de mãozinha */
    transition: background-color 0.3s ease; /* Transição suave */
	margin-top: 2px;
	margin-bottom: 2px;
}

.meu-botao2:hover {
    background-color: #0056b3; /* Cor de fundo mais escura ao passar o cursor */	
}
.meu-botao3 {
	
    background-image:url("../marcas\intelbras.jpg"); 
    background-color: #8e1719; /* Cor de fundo */
	background-position: center;
    color: white; /* Cor do texto */
    padding: 2px 2px; /* Espaçamento interno */
    border: 1px solid rgba(255, 255, 255, 0); /* Remover borda */	
	border-color: red;
    border-radius: 2px; /* Cantos arredondados */
    font-size: 5px; /* Tamanho da fonte */
    cursor: pointer; /* Cursor de mãozinha */
    transition: background-color 0.3s ease; /* Transição suave */
	margin-top: 2px;
	margin-bottom: 2px;
}

.meu-botao3:hover {
    background-color: #0056b3; /* Cor de fundo mais escura ao passar o cursor */	
}
.meu-botao4 {
	
    background-image:url("..\marcas\ilumac.png"); 
    background-color: #8e1719; /* Cor de fundo */
	background-position: center;
    color: white; /* Cor do texto */
    padding: 2px 2px; /* Espaçamento interno */
    border: 1px solid rgba(255, 255, 255, 0); /* Remover borda */	
	border-color: red;
    border-radius: 2px; /* Cantos arredondados */
    font-size: 5px; /* Tamanho da fonte */
    cursor: pointer; /* Cursor de mãozinha */
    transition: background-color 0.3s ease; /* Transição suave */
	margin-top: 2px;
	margin-bottom: 2px;
}

.meu-botao4:hover {
    background-color: #0056b3; /* Cor de fundo mais escura ao passar o cursor */	
}
.meu-botao5 {
	
    background-image:url("../marcas\equipel.jpg"); 
   background-color: #8e1719; /* Cor de fundo */
	background-position: center;
    color: white; /* Cor do texto */
    padding: 2px 2px; /* Espaçamento interno */
    border: 1px solid rgba(255, 255, 255, 0); /* Remover borda */	
	border-color: red;
    border-radius: 2px; /* Cantos arredondados */
    font-size: 5px; /* Tamanho da fonte */
    cursor: pointer; /* Cursor de mãozinha */
    transition: background-color 0.3s ease; /* Transição suave */
	margin-top: 2px;
	margin-bottom: 2px;
}

.meu-botao5:hover {
    background-color: #0056b3; /* Cor de fundo mais escura ao passar o cursor */	
}
.meu-botao6 {
	
    background-image:url("../marcas\aureon.jpg"); 
    background-color: #8e1719; /* Cor de fundo */
	background-position: center;
    color: white; /* Cor do texto */
    padding: 2px 2px; /* Espaçamento interno */
    border: 1px solid rgba(255, 255, 255, 0); /* Remover borda */	
	border-color: red;
    border-radius: 2px; /* Cantos arredondados */
    font-size: 5px; /* Tamanho da fonte */
    cursor: pointer; /* Cursor de mãozinha */
    transition: background-color 0.3s ease; /* Transição suave */
	margin-top: 2px;
	margin-bottom: 2px;
}
.meu-botao6:hover {
    background-color: #0056b3; /* Cor de fundo mais escura ao passar o cursor */	
}
.meu-botao7 {
	
    background-image:url("../marcas\alarmseg.jpg"); 
    background-color: #8e1719; /* Cor de fundo */
	background-position: center;
    color: white; /* Cor do texto */
    padding: 2px 2px; /* Espaçamento interno */
    border: 1px solid rgba(255, 255, 255, 0); /* Remover borda */	
	border-color: red;
    border-radius: 2px; /* Cantos arredondados */
    font-size: 5px; /* Tamanho da fonte */
    cursor: pointer; /* Cursor de mãozinha */
    transition: background-color 0.3s ease; /* Transição suave */
	margin-top: 2px;
	margin-bottom: 2px;
}

.meu-botao7:hover {
    background-color: #0056b3; /* Cor de fundo mais escura ao passar o cursor */	
}
/* ===================================================BANNER==================================================================*/

.marcas{
    padding-top: 30px;
    padding-bottom: 30px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around; 
    

}


/* ===================================================SLIDE==================================================================*/

/* ===================================================SLIDE FINAL==================================================================*/



.arrow {
    width: 0;
    height: 0;
    border-left: 30px solid transparent; /* Diminuir a largura das bordas */
    border-right: 30px solid transparent; /* Diminuir a largura das bordas */
    border-top: 15px solid #ffc800; /* Diminuir a altura da seta e ajustar a cor */
    position: fixed;
    bottom: 20px; /* Distância do fundo da página */
    left: 50%; /* Centralizar horizontalmente */
    transform: translateX(-50%);
  }


/* ===================================================PRODUTOS==================================================================*/


.produtos{
    display:flex;
    justify-content: center;
    align-items: center;
    height: auto;
    font-family: arial;
    gap: 2%;
    background-color: #CF1F23;
    margin: 5%;
    padding-bottom: 0%;
    padding-top: 0%;


}

.produtos_sirene{
  display:flex;
  justify-content: center;
  align-items: center;
  height: auto;
  font-family: arial;
  gap: 2%;
  background-color: #8e1719;
  margin: 2%;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 0%;
  padding-top: 0%;


}

.card {
    background-color: #fff;
    width: 100%;
    height:700px;
    border-radius: 0px;
    box-shadow: 4px 4px 12px #000000aa;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }



  .card img {
    width: auto%;
    height: 40%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin: 10%;
    margin-bottom: 0
  }
  .card div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    height: 50%;
  }
  .card h1 {
    font-size: 140%;
  }
  .card h2 {
    font-size: .9rem;
    color: #484848;
    line-height: .9;
    transition: 0.3s;
    
  }


  .card h4 {
    font-size: 1.1rem;
    color: #bd1f1f;
    line-height: .9;
    transition: 0.3s;
    
  }

  .card h4:hover{
    font-size: 1.3rem;
    color: #e20f0f;
  }
  

  

  .com-seta::before {
    content: "\2022"; /* Código unicode para uma bolinha (•) */
    margin-right: 5px; /* Ajuste o espaçamento conforme necessário */
    color: rgb(0, 195, 255); /* Define a cor da bolinha */
    font-size: 30px; /* Define o tamanho da bolinha */
    vertical-align: middle; /* Centraliza verticalmente */
  }

  .card h2:hover{
    font-size: 1.0rem;
    color: rgb(0, 195, 255);
  }




/* ===================================================A EMPRESA==================================================================*/


.empresa{
    background-color: #ffffff;
}

.empresa_titulo{
    font-family: Lucida;
    color: #fff;
    font-size: 280%;
    padding: 3%;
    padding-bottom: 3%;
    background-color: #8e1719;
}

.linha {

    height: 4px; /* Altura da linha */
    background-color: #CF1F23; /* Cor da linha */
    margin-left: 3%;
    margin-right: 3%;

  }


.img_empresa{

    box-shadow: 4px 4px 12px #000000aa;

}

.textol2{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around; 
    padding: 3%;
    padding-bottom: 0%;
    gap: 40px;
    font-size: 150%;


}

.textol3{
 
  padding-bottom: 0%;
  padding-top: 0%;
  padding: 3%;
  gap: 40px;
  font-size: 150%;



}


/* ===================================================CONTATOS==================================================================#8e1719*/ 

.contatos{

    background-color: #a21114;
    padding: 3%;
    display:flex;
    justify-content: space-between;

}

.numeros{
    display:flex;
    font-size: 120%;
    font-family: impact;
    color: #ffffff;
    align-items: center;
    gap: 15px;

}


.end{

    color: #ffffff;
    font-size: 120%;
	 justify-content: space-between;

}


.contatos2{

  background-color: #a21114;
  padding: 3%;
  display:flex;
  justify-content: space-between;

}

.numeros2{
  display:flex;
  font-size: 120%;
  font-family: impact;
  color: #ffffff;
  align-items: center;
  gap: 15px;

}


.end2{

  color: #ffffff;
  font-size: 120%;
 justify-content: space-between;

}




/* ===================================================PAGINA DE PRODUTOS==================================================================*/

.titulo{

    font-family: system-ui, system-ui, -apple-system, Arial, Helvetica, sans-serif;
    font-size: 280%;
    padding: 3%;
    color: #000000;
    display: flex; /* Define o contêiner pai como um flex container */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    background-color: #ffffff;
    margin: 5%;
    box-shadow: 4px 4px 12px #000000aa;
}

.titulo_sirene{

  font-family: system-ui, system-ui, -apple-system, Arial, Helvetica, sans-serif;
  font-size: 180%;
  padding: 0.8%;
  color: #000000;
  display: flex; /* Define o contêiner pai como um flex container */
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center; /* Centraliza verticalmente */
  background-color: #ffffff;
  margin: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
  box-shadow: 4px 4px 12px #000000aa;
}


.titulo_cat{

    font-family: system-ui, system-ui, -apple-system, Arial, Helvetica, sans-serif;
    font-size: 280%;

    color: #ffffff;
    display: flex; /* Define o contêiner pai como um flex container */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    margin: 5%;
    
}

    .texto-prod{
    font-size: .9rem;
    color: #292929;
    line-height: .9;
    transition: 0.3s;
    padding-bottom:50px;
    padding-left:50px;
    padding-right:50px;
    font-family: system-ui, system-ui, -apple-system, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    line-height: 1.2; /* Ajuste este valor conforme necessário */
    text-align: center;

    }
    
    
    .atençao{
        font-size: 12px;
    }
    
    .produtos_cat {
        background-color: #fff;
        width: 100%;
        height:200px;
        border-radius: 0px;
        box-shadow: 4px 4px 12px #000000aa;
        transition: 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
    
    
    
      .produtos_cat:hover {
        background-color: #fff;
        width: 105%;
        height:220px;
        border-radius: 0px;
        box-shadow: 10px 10px 12px #000000aa;
      }
    
    
    
      .produtos_cat img {
        width: auto;
        height: 40%;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        margin: 10%;
        margin-bottom: 0
      }



      .produtos_cat div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        height: 50%;
      }
      .produtos_cat h1 {
        font-size: 140%;
      }
      .produtos_cat h2 {
        font-size: .9rem;
        color: #484848;
        line-height: .9;
        transition: 0.3s;
        
      }


      .produtos_cat h4 {
        font-size: 1.1rem;
        color: #bd1f1f;
        line-height: .9;
        transition: 0.3s;
        
      }
    
      .produtos_cat h4:hover{
        font-size: 1.3rem;
        color: #e20f0f;
      }

      .produtos_cat2 h4 {
        font-size: 1.1rem;
        color: #bd1f1f;
        line-height: .9;
        transition: 0.3s;
        
      }
    
      .produtos_cat2 h4:hover{
        font-size: 1.3rem;
        color: #e20f0f;
      }
    
      
    
      .com-seta::before {
        content: "\2022"; /* Código unicode para uma bolinha (•) */
        margin-right: 5px; /* Ajuste o espaçamento conforme necessário */
        color: rgb(0, 195, 255); /* Define a cor da bolinha */
        font-size: 30px; /* Define o tamanho da bolinha */
        vertical-align: middle; /* Centraliza verticalmente */
      }
    
      .produtos_cat h2:hover{
        font-size: 1.0rem;
        color: rgb(0, 195, 255);
      }


        .produtos_cat2 {
        background-color: #fff;
        width: 100%;
        height:330px;
        border-radius: 0px;
        box-shadow: 4px 4px 12px #000000aa;
        transition: 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
    
    
    
      .produtos_cat2:hover {
        background-color: #fff;
        width: 110%;
        height:340px;
        border-radius: 0px;
        box-shadow: 10px 10px 12px #000000aa;
      }
    
    
    
      .produtos_cat2 img {
        width: 180px;
        height: auto;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        margin: 10%;
        margin-bottom: 0
      }



      .produtos_cat2 div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        height: 50%;
      }
      .produtos_cat2 h1 {
        font-size: 140%;
      }
      .produtos_cat2 h2 {
        font-size: .9rem;
        color: #484848;
        line-height: .9;
        transition: 0.3s;
        
      }
    
      
    
      .com-seta::before {
        content: "\2022"; /* Código unicode para uma bolinha (•) */
        margin-right: 5px; /* Ajuste o espaçamento conforme necessário */
        color: rgb(0, 195, 255); /* Define a cor da bolinha */
        font-size: 30px; /* Define o tamanho da bolinha */
        vertical-align: middle; /* Centraliza verticalmente */
      }
    
      .produtos_cat2 h2:hover{
        font-size: 1.0rem;
        color: rgb(0, 195, 255);
      }

/* ---------------------------------------------------produtos_cat_sirene----------------------------------------------------- */
      .produtos_cat_sirene{
        background-color: #fff;
        width: 100%;
        height: 200px;
        border-radius: 0px;
        box-shadow: 4px 4px 12px #000000aa;
        transition: 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0%;
      }
    
    
    
      .produtos_cat_sirene:hover {
        background-color: #fff;
        width: 105%;
        height:210px;
        border-radius: 0px;
        box-shadow: 10px 10px 12px #000000aa;
      }
    
    
    
      .produtos_cat_sirene img {
        width: auto;
        height: 60%;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        margin: 10%;
        margin-bottom: 0
      }



      .produtos_cat_sirene div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        height: 50%;
      }

      .produtos_cat_sirene h1 {
        font-size: 120%;
      }


      .produtos_titulo{
        font-family: system-ui, system-ui, -apple-system, Arial, Helvetica, sans-serif;
        font-size: 280%;
        padding: 3%;
        padding-top: 0%;
        padding-bottom: 1%;
        color: #ffffff;
        justify-content: center; /* Centraliza horizontalmente */
        align-items: center; /* Centraliza verticalmente */
    }
    
    .linha_branca {
    
        height: 4px; /* Altura da linha */
        background-color: #ffffff; /* Cor da linha */
        margin-left: 3%;
        margin-right: 3%;
    
      }


    

      .card2 {
        background-color: #fff;
        width: 100%;
        height:auto;
        border-radius: 0px;
        box-shadow: 4px 4px 12px #000000aa;
        transition: 0.3s;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-bottom: 10px solid #CF1F23;
      }

    .texto{
    gap: 40px;
    font-size: 120%;
    letter-spacing: 1px;
    line-height: 1.2; /* Ajuste este valor conforme necessário */
    color: #760f11;

    }
    
 .fontsize9 h4{

    font-size: 15px;
    text-align: center;

 }

    
      .card2 img {
        width: 205px;
        height: auto;
        padding-left: 20%;

      }
      .card2 div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        height: 50%;
      }
      .card2 h1 {
        font-size: 140%;
      }
      .card2 h2 {
        font-size: .9rem;
        color: #484848;
        line-height: .9;
        transition: 0.3s;
        
      }
    .container1{
        display: flex;
        flex-direction: column;
        padding: 5%;
        font-size: 90%;
		
		 }
      
    
      .com-seta::before {
        content: "\2022"; /* Código unicode para uma bolinha (•) */
        margin-right: 5px; /* Ajuste o espaçamento conforme necessário */
        color: rgb(0, 195, 255); /* Define a cor da bolinha */
        font-size: 30px; /* Define o tamanho da bolinha */
        vertical-align: middle; /* Centraliza verticalmente */
      }
    


      .space1{
        margin-left: 4%;
      }


      .space_line{
        line-height: 1.5; /* Ajuste o valor conforme necessário */
        text-align: left;
      }


      .space_line_viz{
        line-height: 1.5; /* Ajuste o valor conforme necessário */
        text-align: left;
        padding: 5%;
      }

      .produto_titulo{
        vertical-align: text-top; /* Centraliza verticalmente */
        font-size: 120%;
        text-decoration: underline;
        text-decoration-color: #CF1F23;
        text-decoration-thickness: 4px;
        line-height: 1.5; /* Ajuste o valor conforme necessário */

      }

      .red{
        color: #8e1719;
        font-family :Arial, Helvetica, sans-serif ;
        text-decoration: underline;

      }

      .dados{
        color: rgb(255, 255, 255);
        font-family :Arial;
        text-decoration: underline;

      }

      .dados2{
        color: #8e1719;
        font-family :Arial;
        text-decoration: underline;

      }
	  
	  


/* ===================================================PAGINA DE PRODUTOS 2==================================================================*/

@media only screen and (max-width: 600px) {
  .produtos{
      display: flex;
      flex-direction: column; /* Isso faz com que os itens sejam empilhados verticalmente */
      
  }
  .card {
      background-color: #fff;
      width: 90%;
      height:700px;

    }
  .contatos{
      display: flex;
      flex-direction: column; /* Isso faz com que os itens sejam empilhados verticalmente */
      
  
  }
  .nav-list{

      display: flex;
      flex-direction: column; /* Isso faz com que os itens sejam empilhados verticalmente */
  }

  .nav-list li{
      font-size: 10px;
      letter-spacing: 1px;
      margin-left: 0px;
      padding-top: 1px;
  }
  
  .nav-list li a:hover{
      font-size: 12px;
      color: red;
  
  }
  input[type="text"] {
      width: 50px; /* Defina a largura desejada aqui */
      padding: 7px; /* Adicione preenchimento para melhorar a aparência */
      font-size: 16px; /* Altere o tamanho da fonte, se necessário */
      border: 1px solid #ccc; /* Adicione uma borda para destacar a barra de pesquisa */
      border-radius: 5px; /* Adicione bordas arredondadas para um visual mais suave */
    } 
    
   .card2 {
      display: flex;
      flex-direction: column; /* Isso faz com que os itens sejam empilhados verticalmente */
      height: auto;
    }
  
  .card3 {
      display: flex;
      flex-direction: column; /* Isso faz com que os itens sejam empilhados verticalmente */
      height: 5px;
    }
}

   


/* ===================================================Vizinho solidário==================================================================*/
.Texto_vizinho_solidario{
  padding: %;



}




/* ===================================================NOVOOOOO==================================================================*/